home *** CD-ROM | disk | FTP | other *** search
/ Enter Power 1 / Enter Power 01.iso / Benchmark / MCS CPU Benchmark / mcs_cpu_v1.exe / install_script.iss
Encoding:
Text File  |  2002-09-25  |  2.1 KB  |  55 lines

  1. ;InnoSetupVersion=3.0.1
  2.  
  3. [Setup]
  4. AppName=MCS CPU Benchmark
  5. AppVerName=MCS CPU Benchmark V.1
  6. AppId=MCS CPU Benchmark
  7. AppVersion=1.0.0.5
  8. AppPublisher=MCS Studios
  9. AppPublisherURL=http://www.mcs.z.pl
  10. DefaultDirName={pf}\MCS Studios\MCS CPU Benchmark V1
  11. DefaultGroupName=MCS CPU Benchmark V1
  12. UninstallDisplayIcon={app}\MCScpu.exe
  13. UninstallDisplayName=Unistall Benchmark
  14. OutputBaseFilename=setup
  15. Compression=zip
  16. PrivilegesRequired=none
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\MCScpu.exe"; DestDir: "{app}"; 
  23. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  24. Source: "{sys}\ASYCFILT.DLL"; DestDir: "{sys}"; 
  25. Source: "{app}\cpuID.dll"; DestDir: "{app}"; 
  26. Source: "{sys}\MSCOMCTL.OCX"; DestDir: "{sys}"; 
  27. Source: "{sys}\MSVBVM60.DLL"; DestDir: "{sys}"; 
  28. Source: "{sys}\OLEAUT32.DLL"; DestDir: "{sys}"; 
  29. Source: "{sys}\OLEPRO32.DLL"; DestDir: "{sys}"; 
  30. Source: "{app}\Settings\cpuid.txt"; DestDir: "{app}\Settings"; 
  31. Source: "{app}\Data\ASYCFILT.DLL"; DestDir: "{app}\Data"; 
  32. Source: "{app}\Data\COMCAT.DLL"; DestDir: "{app}\Data"; 
  33. Source: "{app}\Data\config.cfg"; DestDir: "{app}\Data"; 
  34. Source: "{app}\Data\Credits.exe"; DestDir: "{app}\Data"; 
  35. Source: "{app}\Data\Updater.exe"; DestDir: "{app}\Data"; 
  36. Source: "{app}\Data\cpuID.dll"; DestDir: "{app}\Data"; 
  37. Source: "{app}\Data\mcs.gif"; DestDir: "{app}\Data"; 
  38.  
  39. [Dirs]
  40. Name: "{app}\data"; 
  41. Name: "{app}\Settings"; 
  42.  
  43. [Registry]
  44. Root: HKCU; Subkey: "Software\MCS Studios"; Flags: uninsdeletekeyifempty 
  45. Root: HKCU; Subkey: "Software\MCS Studios\CPUbench"; Flags: uninsdeletekey 
  46. Root: HKLM; Subkey: "Software\MCS Studios"; Flags: uninsdeletekeyifempty 
  47. Root: HKLM; Subkey: "Software\MCS Studios\CPUbench"; Flags: uninsdeletekey 
  48. Root: HKLM; Subkey: "Software\MCS Studios\CPUbench\Settings"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; 
  49.  
  50. [Run]
  51. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  52.  
  53. [Icons]
  54. Name: "{group}\MCS CPU Benchmark"; Filename: "{app}\MCScpu.exe"; 
  55.